org.eclipse.vtp.desktop.media.core
Class FileContentCreatorPanel
java.lang.Object
org.eclipse.vtp.desktop.media.core.ContentCreatorPanel
org.eclipse.vtp.desktop.media.core.DynamicContentCreatorPanel
org.eclipse.vtp.desktop.media.core.FileContentCreatorPanel
- All Implemented Interfaces:
- java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
- Direct Known Subclasses:
- AudioContentCreatorPanel
public abstract class FileContentCreatorPanel
- extends DynamicContentCreatorPanel
- implements org.eclipse.swt.events.SelectionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileContentCreatorPanel
public FileContentCreatorPanel()
createContent
public Content createContent()
- Specified by:
createContent in class ContentCreatorPanel
createStaticControls
public org.eclipse.swt.widgets.Control createStaticControls(org.eclipse.swt.widgets.Composite parent)
- Specified by:
createStaticControls in class DynamicContentCreatorPanel
setInitialContent
public void setInitialContent(Content content)
- Overrides:
setInitialContent in class DynamicContentCreatorPanel
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected in interface org.eclipse.swt.events.SelectionListener
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener
createNewContent
protected abstract FileContent createNewContent()